home *** CD-ROM | disk | FTP | other *** search
- Path: stdc.demon.co.uk!clive
- From: clive@stdc.demon.co.uk (Clive D.W. Feather)
- Newsgroups: comp.std.c
- Subject: Re: 6.1.7 typo (?) ... reported yet?
- Date: Sat, 17 Feb 1996 22:24:18 GMT
- Organization: Demon Internet Limited (personal account)
- Message-ID: <DMxy8K.I4w@stdc.demon.co.uk>
- References: <4g2rqp$p5@solutions.solon.com>
- Reply-To: cdwf@cityscape.co.uk
- X-NNTP-Posting-Host: stdc.demon.co.uk
-
- In article <4g2rqp$p5@solutions.solon.com>,
- Peter Seebach <seebs@solutions.solon.com> wrote:
- >I see two problems with 6.1.7. First:
- >
- > If the characters ', \, ", or /* occur in the sequence between...
- >
- >... so since when is `/*' a character? I don't think this is unclear,
- >merely incorrect. :)
-
- /* are characters. What are you complaining about ? :-)
-
- >The second:
- > Header name preprocessing tokens shall only appear within a #include
- > preprocessing directive.
- >This worries me; is the following illegal?
- > main() {
- > int i;
- > 1<i>3;
- > }
- >It looks as though <i> is clearly a header-name preprocessing token,
-
- Fixed in TC1, thanks to me !
-
- --
- Clive D.W. Feather | If you lie to the compiler,
- cdwf@cityscape.co.uk (work, preferred) | it will get its revenge.
- clive@stdc.demon.co.uk (home) | - Henry Spencer
-